home *** CD-ROM | disk | FTP | other *** search
/ The Ultimate Frank Lloyd…ght - America's Architect / Ultimate Frank Lloyd Wright, The - America's Architect (1994)(Microsoft Home).iso / pre / flw / flwlt05.dir / 00035_Script_35 < prev    next >
Text File  |  1994-11-15  |  351b  |  17 lines

  1. global nowFrame, inFrame
  2. set nowFrame = "ltpra887009°°°"
  3. if nowFrame <> inframe then
  4.   set the movieRate of sprite 15 to 1
  5.   when mouseUp then nothing
  6.   cursor -1
  7.   set the castNum of sprite 23 to 1048
  8.   updateStage
  9.   set inFrame = nowFrame
  10. end if
  11.  
  12. if the movieRate of sprite 15 = 0 then
  13.   go to (the frame + 1)
  14. end if
  15.  
  16. play the frame
  17.